'宣言 Protected Overloads Shared Sub InterpolateWithSpeed( _ ByVal ret As List(Of Point), _ ByVal p As Single, _ ByVal min As List(Of Point), _ ByVal max As List(Of Point), _ ByVal speedModifiers As List(Of Double) _ )
protected static void InterpolateWithSpeed( List<Point> ret, float p, List<Point> min, List<Point> max, List<double> speedModifiers )